projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e81f423
)
(BUILT_EMACS): Use $(THISDIR) to make emacs.exe
author
Andrew Innes
<andrewi@gnu.org>
Mon, 5 Feb 2001 16:58:57 +0000
(16:58 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Mon, 5 Feb 2001 16:58:57 +0000
(16:58 +0000)
path absolute.
leim/makefile.w32-in
patch
|
blob
|
history
diff --git
a/leim/makefile.w32-in
b/leim/makefile.w32-in
index fb52abd3673410ca48c09d6ceef275537122ac54..c549b0e74b974270ffb3b085f0041c7c488a6787 100644
(file)
--- a/
leim/makefile.w32-in
+++ b/
leim/makefile.w32-in
@@
-29,7
+29,7
@@
dot = .
\r
# Which Emacs to use to convert TIT files to Emacs Lisp files,
\r
# byte-compile Emacs Lisp files, and generate the file leim-list.el.
\r
-BUILT_EMACS = $(dot)$(dot)/src/$(BLD)/emacs.exe
\r
+BUILT_EMACS = $(
THISDIR)/$(
dot)$(dot)/src/$(BLD)/emacs.exe
\r
\r
buildlisppath=$(CURDIR)/$(dot)$(dot)/lisp
\r
\r